projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d86d0d7
)
Fix typo in comment.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 28 Jul 2011 20:35:41 +0000
(13:35 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 28 Jul 2011 20:35:41 +0000
(13:35 -0700)
src/composite.h
patch
|
blob
|
history
diff --git
a/src/composite.h
b/src/composite.h
index a43e41901eecef8f021c3b845d0a3e1187661504..c30c6832796a5f62d46e6555dc57aa7f029c156e 100644
(file)
--- a/
src/composite.h
+++ b/
src/composite.h
@@
-193,7
+193,7
@@
struct composition {
void *font;
/* Pointer to an array of x-offset and y-offset (by pixels) of
- glyphs. This points to a sufficient memory space (sizeof (
in
t) *
+ glyphs. This points to a sufficient memory space (sizeof (
shor
t) *
glyph_len * 2) that is allocated when the composition is
registered in composition_table. X-offset and Y-offset of Nth
glyph are (2N)th and (2N+1)th elements respectively. */